home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / pc_kd353.arc / DOC.BAT < prev    next >
DOS Batch File  |  1989-02-21  |  4KB  |  86 lines

  1. ECHO OFF
  2. cls
  3. IF %1!==! GOTO HELP1
  4. GOTO %1
  5. :HELP1
  6. ECHO ┌──────────────────────────────────────────────────────────────────────┐
  7. ECHO │ Five files are available on the program disk with additional         │
  8. ECHO │ information, the User Manual for Version 3.50, update information on │
  9. ECHO │ additions to the program from 3.3 up to the latest version, the help │
  10. ECHO │ file for the PC-KEY-DRAW, and a listing of the files on this disk.   │
  11. ECHO │ To send these files to the printer enter DOC followed by the name of │
  12. ECHO │ the file to be printed as follows:                                   │
  13. ECHO └──────────────────────────────────────────────────────────────────────┘
  14. ECHO     DOC User   - Prints User Manual
  15. ECHO     DOC Update - Prints Updates to PC-KEY-DRAW
  16. ECHO     DOC Help   - Prints Help file used in PC-KEY-DRAW
  17. ECHO     DOC File   - Prints Listing of the files on this disk
  18. ECHO     DOC Hyper  - Prints Information HyperDraw
  19. goto end
  20. :USER
  21. ECHO  ╔═══════════════════════════════════════════════════════════════════╗
  22. ECHO  ║              The User Manual for PC-KEY-DRAW Ver 3.50             ║
  23. ECHO  ║ ───────────────────────────────────────────────────────────────── ║
  24. ECHO  ║ A 290 page user manual for PC-KEY-DRAW version 3.50 is about to   ║
  25. ECHO  ║ be printed.                                                       ║
  26. ECHO  ║                                                                   ║
  27. ECHO  ║ Registered users get a printed user manual with pictures,index,   ║
  28. ECHO  ║ IBM size binder, and Quick Reference card.                        ║
  29. ECHO  ║ ───────────────────────────────────────────────────────────────── ║
  30. ECHO  ║ Put Disk with KD_DOC.* files in drive B:                          ║
  31. ECHO  ║ ───────────────────────────────────────────────────────────────── ║
  32. ECHO  ║                 Load printer with continuous forms.               ║
  33. ECHO  ╚═══════════════════════════════════════════════════════════════════╝
  34. PAUSE
  35. COPY b:kd_doc.0 PRN:
  36. ECHO Chapters 1 to 3 are about to be printed
  37. PAUSE
  38. copy b:kd_doc.1_3 prn:
  39. ECHO Chapter 4 is about to be printed
  40. PAUSE
  41. copy b:kd_doc.4 prn:
  42. ECHO Chapters 5 to 9 are about to be printed
  43. PAUSE
  44. copy b:kd_doc.5_9 prn:
  45. ECHO Chapters 10 is about to be printed
  46. PAUSE
  47. copy b:kd_doc.10 prn:
  48. ECHO Appendix is about to be printed
  49. PAUSE
  50. copy b:kd_doc.apx prn:
  51. menu
  52. :UPDATE
  53. ECHO ┌────────────────────────────────────────────────────────────────────┐
  54. echo │ Information on updates to PC-KEY-DRAW  version 3.5 are about to be │
  55. echo │ printed on your parallel printer (LPT1:)                           │
  56. echo │ ────────────────────────────────────────────────────────────────── │
  57. echo │ PC-KEY-DRAW is constantly being updated and improved.  The listed  │
  58. echo │ updates are the more significant ones.  Suggestions for future     │
  59. echo │ improvements are always welcome.                                   │
  60. ECHO └────────────────────────────────────────────────────────────────────┘
  61. PAUSE
  62. copy kd_updat.txt prn:
  63. menu
  64. :HELP
  65. ECHO ┌─────────────────────────────────────────────────────────────────────┐
  66. echo │ The help file for PC-KEY-DRAW  is about to be printed on LPT1:      │
  67. echo │ ─────────────────────────────────────────────────────────────────── │
  68. echo │ This help file is reached from within PC-KEY-DRAW by selecting "h"  │
  69. echo │ (Removal or renaming this file puts PC-KEY-DRAW in a run time mode) │
  70. ECHO └─────────────────────────────────────────────────────────────────────┘
  71. PAUSE
  72. copy kd_draw.hlp prn:
  73. menu
  74. :FILE
  75. ECHO The correct list of files on this disk is about to be printed on LPT1:
  76. PAUSE
  77. copy file.txt prn:
  78. menu
  79. :HYPER
  80. ECHO HyperDraw information is about to be printed
  81. PAUSE
  82. copy hyperdrw.txt prn:
  83. menu
  84. :end
  85.  
  86.